GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentConverter / HTMLCustomCookies Property





In This Topic
HTMLCustomCookies Property (GdPictureDocumentConverter)
In This Topic
Syntax
'Declaration
 
Public Property HTMLCustomCookies As Dictionary(Of String,String)
public Dictionary<string,string> HTMLCustomCookies {get; set;}
public read-write property HTMLCustomCookies: Dictionary; 
public function get,set HTMLCustomCookies : Dictionary
public: __property Dictionary<string*,string*>* get_HTMLCustomCookies();
public: __property void set_HTMLCustomCookies( 
   Dictionary<string*,string*>* value
);
public:
property Dictionary<String^,String^>^ HTMLCustomCookies {
   Dictionary<String^,String^>^ get();
   void set (    Dictionary<String^,String^>^ value);
}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentConverter
GdPictureDocumentConverter Members